/*
Theme Name: Guitar
*/
/* todo */
html,
body {
    font-family: 'Roboto', sans-serif !important;
}

/* Header */
.header .fixed-container {
    max-width: 1360px !important;
}
@media (min-width: 1025px) and (max-width: 1100px) {
    .nav__link:not(.nav__sublist-item .nav__link),
    .nav__list-item {
        font-size: 14px !important;
    }
}
.header__mail {
    width: auto !important;
    height: 1.3rem !important;
}
.header__phone {
    width: auto !important;
    height: 1.6rem !important;
}
.header__en {
    width: auto !important;
    height: 1.4rem !important;
}
.header__home {
    width: auto !important;
    height: 1.6rem !important;
}
.header__information > a:not(:last-child) {
    margin-right: 0.7rem !important;
}
@media (max-width: 425px) {
    .header__mail {
        height: 1.2rem !important;
    }
    .header__phone {
        height: 1.5rem !important;
    }
    .header__en {
        height: 1.3rem !important;
    }
    .header__home {
        height: 1.5rem !important;
    }
    .header__information > a:not(:last-child) {
        margin-right: 1rem !important;
    }
}

.useful-materials-page .download-sheet-music {
    margin-right: 0;
}
.d {
    display: block !important;
    width: 1.2rem !important;
    height: 1.2rem !important;
    box-sizing: content-box !important;
}
.intro__benefits-list li:not(:last-child) {
    margin-bottom: 0.5rem;
}

.information__article p:not(:last-child) {
    margin-bottom: 1rem;
}

.information__article__title {
    font-weight: normal;
    text-align: center;
}

.intro__benefits-list {
    margin-left: 1rem;
    margin-right: 1rem;
}

.intro__benefits-list:not(:last-child) {
    margin-bottom: 1rem;
}

.sublist {
    margin: 1rem;
}

.sublist * {
    margin-top: 0.3rem;
}

.text-small {
    font-size: 0.8rem;
}

.animated-section {
    animation: pullAttention 1.5s linear infinite;
}

.animated-section:hover {
    animation: none;
}

@keyframes pullAttention {
    50% {
        background: #36d2dac0;
    }
}

.up-button {
    position: fixed;
    border-radius: 50%;
    background: #00787d;
    display: none;
    left: 40px;
    bottom: 1rem;
    width: 3rem;
    height: 3rem;
    transition: transform 1s linear, box-shadow 1s linear;
}

.up-button:hover {
    transform: scale3d(1.1, 1.1, 1);
    background: #269297;
    box-shadow: 4px 4px 10px 0px #849595;
}

.up-button__img {
    width: 60%;
    height: 100%;
}

.more {
    height: 0;
    overflow: hidden;
}

.more.visible {
    height: auto;
    overflow: visible;
}

.new {
    color: red;
}

.information__article:not(:last-of-type) > .info-title {
    font-size: 1rem;
    font-weight: normal;
}

.buy-offline {
    margin-left: 10px;
}
